home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- if rollOver(11) = 1 then
- set the visible of sprite 6 to 1
- else
- set the visible of sprite 6 to 0
- end if
- if rollOver(12) = 1 then
- set the visible of sprite 7 to 1
- else
- set the visible of sprite 7 to 0
- end if
- if rollOver(13) = 1 then
- set the visible of sprite 8 to 1
- else
- set the visible of sprite 8 to 0
- end if
- if rollOver(14) = 1 then
- set the visible of sprite 9 to 1
- else
- set the visible of sprite 9 to 0
- end if
- go(the frame)
- end
-